GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-24T03:51:04.6526811+00:00",
"SubmitDate": "2026-02-24T03:51:04.6526811+00:00",
"ReportPeriodStart": "2026-02-24T03:51:04.6526811+00:00",
"ReportPeriodEnd": "2026-02-24T03:51:04.6526811+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f900127b-36b4-4e10-9219-45fa9e707ed1",
"Rows": [
{
"ItemId": "a145a6b1-6cd7-4d89-b53e-e92f50feae98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a145a6b1-6cd7-4d89-b53e-e92f50feae98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f900127b-36b4-4e10-9219-45fa9e707ed1",
"Rows": [
{
"ItemId": "a145a6b1-6cd7-4d89-b53e-e92f50feae98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a145a6b1-6cd7-4d89-b53e-e92f50feae98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"acaf7df5-47db-45e4-a57f-4581f8e0c223",
"d20047ff-3556-4bfb-82d2-f313a0e8b0a6"
],
"Approvers": [
"3263e517-bfcc-4ede-82e5-524967cf37a4",
"678bbdec-7100-48fb-b003-132926dd84b6"
],
"ApprovedBy": "7a4d0e7e-3fd7-4f61-a89d-2d7ca7c3859d",
"ApprovalDate": "2026-02-24T03:51:04.6526811+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c0292c05-ffc5-43ae-b72e-a0947a3aae7e",
"id": "60987589-61ee-4eb6-84df-2ea03c25b7d5",
"ConfigId": "054a3ea8-3f98-4e9c-a30d-27ada808b4b4"
},
{
"GenerationDate": "2026-02-24T03:51:04.6526811+00:00",
"SubmitDate": "2026-02-24T03:51:04.6526811+00:00",
"ReportPeriodStart": "2026-02-24T03:51:04.6526811+00:00",
"ReportPeriodEnd": "2026-02-24T03:51:04.6526811+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f900127b-36b4-4e10-9219-45fa9e707ed1",
"Rows": [
{
"ItemId": "a145a6b1-6cd7-4d89-b53e-e92f50feae98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a145a6b1-6cd7-4d89-b53e-e92f50feae98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f900127b-36b4-4e10-9219-45fa9e707ed1",
"Rows": [
{
"ItemId": "a145a6b1-6cd7-4d89-b53e-e92f50feae98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a145a6b1-6cd7-4d89-b53e-e92f50feae98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"acaf7df5-47db-45e4-a57f-4581f8e0c223",
"d20047ff-3556-4bfb-82d2-f313a0e8b0a6"
],
"Approvers": [
"3263e517-bfcc-4ede-82e5-524967cf37a4",
"678bbdec-7100-48fb-b003-132926dd84b6"
],
"ApprovedBy": "7a4d0e7e-3fd7-4f61-a89d-2d7ca7c3859d",
"ApprovalDate": "2026-02-24T03:51:04.6526811+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c0292c05-ffc5-43ae-b72e-a0947a3aae7e",
"id": "60987589-61ee-4eb6-84df-2ea03c25b7d5",
"ConfigId": "054a3ea8-3f98-4e9c-a30d-27ada808b4b4"
}
]